home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / printers / rcs / dospecial.c,v < prev    next >
Text File  |  1995-03-09  |  1KB  |  76 lines

  1. head    1.2;
  2. access;
  3. symbols
  4.     OCT93:1.2;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.2
  10. date    93.06.11.16.29.21;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    93.06.11.15.08.07;    author Rhialto;    state Exp;
  16. branches;
  17. next    ;
  18.  
  19.  
  20. desc
  21. @DoSpecial()
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @First real RCS checkin
  28. @
  29. text
  30. @/* $Id$
  31.  * $Log$
  32.  */
  33.  
  34. /*
  35.  *  DOSPECIAL.C
  36.  *
  37.  *  David Berezowski - March/88.
  38.  *  Modified for DICE - May/91    Matthew Dillon
  39.  *  Modified for ElCheapoFax April 1993 Olaf 'Rhialto' Seibert.
  40.  *
  41.  *  Copyright (c) 1988  Commodore-Amiga, Inc.
  42.  *  (c)Copyright 1991 Matthew Dillon
  43.  *  (c)Copyright 1993 Olaf Seibert
  44.  */
  45.  
  46. #include "defs.h"
  47.  
  48. Prototype __geta4 DoSpecial(UWORD *, char *, BYTE *, BYTE *, BYTE *, UBYTE *);
  49.  
  50. /*
  51.  * We don't do any text-related stuff.
  52.  */
  53.  
  54. __geta4 long
  55. DoSpecial(command, outputBuffer, vline, currentVMI, crlfFlag, Parms)
  56. char outputBuffer[];
  57. UWORD *command;
  58. BYTE *vline;
  59. BYTE *currentVMI;
  60. BYTE *crlfFlag;
  61. UBYTE Parms[];
  62. {
  63.     debug(("DoSpecial command %d\n", *command));
  64.     return 0;
  65. }
  66. @
  67.  
  68.  
  69. 1.1
  70. log
  71. @Initial revision
  72. @
  73. text
  74. @d1 3
  75. @
  76.